.f-close .component-CommonHeaderOptions {
    transition-duration: .5s;
    transition-property: all
}

.f-close .component-CommonHeaderOptions .m-ho-ms {
    padding: 10px 0;
    width: 0
}

.component-CommonHeaderOptions {
    left: 0;
    position: absolute;
    right: 52px;
    text-align: right;
    top: 0
}

.component-CommonHeaderOptions .logreg {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    vertical-align: top
}

.component-CommonHeaderOptions .user {
    display: inline-block
}

.component-CommonHeaderOptions .user .item {
    background-color: #0056ff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    text-align: center;
    vertical-align: top
}

.component-CommonHeaderOptions .m-ho-ms {
    background-color: #162031;
    border-top: 1px solid #2e3340;
    display: none;
    font-size: 0;
    overflow: hidden;
    padding: 10px 20px 0;
    position: absolute;
    right: -60px;
    text-align: center;
    transition-duration: .5s;
    transition-property: width;
    width: calc(100% + 20px);
    z-index: 1000
}

.component-CommonHeaderOptions .m-ho-ms .search-form.f-active {
    height: auto
}

.component-CommonHeaderOptions .m-ho-ms .search-form.f-active .search-box {
    opacity: 1
}

.component-CommonHeaderOptions .m-ho-ms .search-form.f-active .search-box.f-clean {
    height: 0;
    opacity: 0
}

.component-CommonHeaderOptions .m-ho-ms .search-ipt {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    margin-bottom: 6px;
    padding: 11px 35px 11px 10px;
    width: calc(100% - 45px)
}

.component-CommonHeaderOptions .m-ho-ms .yun-icon-search {
    background-image: url(m_search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    z-index: 1
}

.component-CommonHeaderOptions .m-ho-ms .yun-icon-search:hover {
    background-image: url(m_search_pressed.svg)
}

.component-CommonHeaderOptions .m-ho-ms .search-box {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    padding-bottom: 5px;
    text-align: left
}

.component-CommonHeaderOptions .m-ho-ms .search-box .u-title {
    color: #999
}

.component-CommonHeaderOptions .m-ho-ms .search-box a {
    display: inline-block;
    width: 100%
}